Soby Web Components

This example demonstrates how to use Soby Item Selection with Soby Data Grid as the advanced search control.
Passing item selector type parameter as "SobyItemSelectorTypes.GridView" will load the advanced search as Soby Data Grid.

itemSelection = new soby_ItemSelection("#soby_BooksDiv", "Meters", SobyItemSelectorTypes.GridView, autoCompleteBookDataService, advancedSearchBookDataService, "No record", "BookSelectionDialog", "/Management/CustomerSelection.html", "Id", "Title"); 

View source
Want to learn more about the treeview component? Check out the API documentation.